projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
531d0dc
)
menushell: Remove unused variable
author
Benjamin Otte
<otte@redhat.com>
Mon, 17 Dec 2012 16:17:54 +0000
(17:17 +0100)
committer
Benjamin Otte
<otte@redhat.com>
Mon, 17 Dec 2012 16:21:07 +0000
(17:21 +0100)
Introduced in
531d0dc32a38c3bb00a5f9f6fc37e126f62beb07
. Welcome to the
club of people not using -Werror Stéphane.
gtk/gtkmenushell.c
patch
|
blob
|
history
diff --git
a/gtk/gtkmenushell.c
b/gtk/gtkmenushell.c
index 81fe3a8e0b021a8152f1d21ad7166ddaebd882db..30de337df3d60bb9d28c1e6899a33bd6d2ca7e89 100644
(file)
--- a/
gtk/gtkmenushell.c
+++ b/
gtk/gtkmenushell.c
@@
-1723,8
+1723,6
@@
static void
gtk_real_menu_shell_cycle_focus (GtkMenuShell *menu_shell,
GtkDirectionType dir)
{
- GtkMenuShellPrivate *priv = menu_shell->priv;
-
while (menu_shell && !GTK_IS_MENU_BAR (menu_shell))
{
if (menu_shell->priv->parent_menu_shell)